home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / swag9705.zip / TPOWER.ZIP / APRO.BRO < prev    next >
Text File  |  1994-07-05  |  9KB  |  197 lines

  1. Async Professional 2.0 (Pascal) Product Information
  2. ---------------------------------------------------
  3. Async Professional is a powerful, easy to use asynchronous
  4. communications library that will help you get your comm applications
  5. working fast. Async Professional uses a layered architecture that
  6. provides both object-oriented and traditional procedural interfaces.
  7. It supports all industry standard file transfer protocols including
  8. ZMODEM. It also provides comprehensive fax support for Class 1, Class
  9. 2, and CAS faxmodems. Also included is an event logging and tracing
  10. facility that makes debugging your application easy.
  11.  
  12. A Layered Communications Architecture
  13. -------------------------------------
  14. The layered architecture separates the specifics of a particular
  15. communications device from the application program interface. The
  16. abstract layer defines the standard data and core procedures that all
  17. comm ports will support.
  18.  
  19. The device layer implements the core procedures for a specific device.
  20. Async Professional provides four device layers: one that works with
  21. all standard PC UART (universal asynchronous receiver/transmitter)
  22. chips, one that uses the BIOS interrupt 14H services, one that
  23. interacts with a FOSSIL driver, and one that controls multi-port
  24. DigiBoard boards. Because the abstract layer has a well-defined
  25. interface, you can also write your own device layers to support
  26. non-standard devices such as network modem servers.
  27.  
  28. Applications call the routines in the interface layer, which transfers
  29. the requests to the appropriate device layer routines. By working
  30. through the interface layer, your application will automatically
  31. support any new devices without change. Async Professional provides
  32. two interface layers -- object-oriented and procedural. You can choose
  33. either programming style depending on which Pascal compiler you have
  34. and your personal preference.
  35.  
  36. Async Professional's higher level facilities for file transfer, modem
  37. control, etc., call the interface layer and are also provided in both
  38. OOP and non-OOP styles.
  39.  
  40. Fast and Flexible UART Control
  41. ------------------------------
  42. Async Professional provides interrupt-driven, buffered I/O at speeds
  43. up to 115K baud on an 8MHz IBM AT. The interrupt handler supports
  44. optional automatic hardware handshaking (CTS/RTS and DTR/DSR) and
  45. software flow control (XON/XOFF).
  46.  
  47. Async Professional supports COM1-COM4 for PC compatibles, and
  48. COM1-COM8 for PS/2 machines. Up to four ports can be open
  49. simultaneously (subject to the hardware limitations of the standard PC
  50. buss). Interrupt (IRQ) sharing is supported for the micro-channel
  51. PS/2. Async Professional takes advantage of the 16550 buffered UART
  52. during receives.
  53.  
  54. You can activate a status buffer that is updated at the same time as
  55. the receive data buffer. When line errors occur, you'll then know
  56. exactly how much of the data is affected.
  57.  
  58. The Protocols You Need, Including ZMODEM
  59. ----------------------------------------
  60. Async Professional includes ZMODEM, the most powerful general purpose
  61. protocol available. It automatically adjusts packet sizes and can
  62. resume aborted file transfers from the point where they stopped. Async
  63. Professional also includes the XMODEM/YMODEM family of protocols
  64. (including the CRC, 1K, and G variants). It also provides the Kermit
  65. protocol, which is especially useful for transfers to mini-computers
  66. and mainframes, many of which have Kermit drivers already available.
  67. The supplied protocols are designed so that they can be run in the
  68. background.
  69.  
  70. Comprehensive Fax Support
  71. -------------------------
  72. Async Professional gives you tools to convert text, PCX, DCX, TIFF,
  73. and PCL files to fax format, to send and receive faxes using Class 1,
  74. Class 2, or CAS faxmodems, to convert fax files to PCX format, and to
  75. view or print fax files. Includes demo programs for all of these
  76. functions, including a background fax receive TSR, a foreground
  77. program that multiplexes between receiving and printing faxes, and a
  78. fax control center with a handy mouse driven interface for converting
  79. files, queueing fax transmissions, and viewing or printing received
  80. faxes.
  81.  
  82. Powerful Debugging Tools Help You Finish Faster
  83. -----------------------------------------------
  84. Event logging creates a time-stamped audit trail of all serial
  85. interrupts as your application runs. Tracing creates a report of all
  86. the characters sent and received by your program. With tools like
  87. these you can forget the old breakout box and debug communication
  88. problems more quickly than ever.
  89.  
  90. Terminal Emulation Support Tools
  91. --------------------------------
  92. Async Professional's ANSI interpreter decodes escape sequences to
  93. perform standard CRT operations. An object-oriented ANSI emulator
  94. gives you complete control over the actions that occur whenever a
  95. particular ANSI command is received.
  96.  
  97. Async Professional provides a modem unit that makes it easy to control
  98. and receive responses from Hayes-compatible modems, and also includes
  99. support for V.32, HST 9600, and MNP level 5 modems.
  100.  
  101. Compression Tools for ZIP and LZH Access
  102. ------------------------------------------
  103. Async Professional includes modules for compressing and decompressing
  104. archive files stored in the ZIP and LZH formats. Now your programs can
  105. access these files without shelling out to DOS. Compression supports
  106. all PKZIP 2.0 and LHA 2.0 formats.
  107.  
  108. Example Programs Get You Up to Speed Fast
  109. -----------------------------------------
  110. Async Professional includes several full-featured demonstration
  111. programs and many small example programs to illustrate the proper use
  112. of each routine. A simple, general-purpose terminal program uses only
  113. the functions of Async Professional to demonstrate comm port and modem
  114. control, ANSI emulation, and file transfer protocols. Another
  115. demonstration shows how to use Async Professional with Object
  116. Professional -- this program has a friendly, modern user interface
  117. including mouse support, pull-down menus, and a text editor for
  118. message composition. (You must own Object Professional to change or
  119. recompile this program.) A TerminalWindow object derived from Object
  120. Professional's CommandWindow hierarchy lets you easily add a
  121. communications window to your program.
  122.  
  123. Professional Documentation and Technical Support
  124. ------------------------------------------------
  125. You get complete printed documentation, pop-up help from an 8K TSR,
  126. and accurate CompuServe and telephone support directly from the
  127. authors. Async Professional includes complete source code. You pay no
  128. royalties for your finished applications.
  129.  
  130. Uses for Async Professional
  131. ---------------------------
  132.   o instrumentation data acquisition
  133.   o plotter and printer drivers
  134.   o terminal emulators
  135.   o BBS development
  136.   o micro to mini data transfer
  137.   o long-distance file transfer
  138.   o distributed data storage without a LAN
  139.   o general-purpose communications programs
  140.   o fax-intensive business applications
  141.  
  142. Feature List
  143. ---------------------------
  144.   o interrupt driven buffered I/O to 115K baud
  145.   o ZMODEM, Kermit, XMODEM, YMODEM protocols
  146.   o fax send and receive on Class 1, Class 2, and CAS faxmodems
  147.   o OOP and procedural calling interfaces
  148.   o automatic flow control - XON/XOFF, CTS/RTS, DTR/DTS
  149.   o COM1-COM8 support with up to 4 ports open at once
  150.   o 16550 buffered UART support
  151.   o hardware interrupt sharing on PS/2 machines
  152.   o direct UART and BIOS-level device layers
  153.   o user-extensible device layers
  154.   o ANSI terminal emulation
  155.   o modem control including Hayes, V.32, V.42, and MNP5
  156.   o timer management functions
  157.   o trace and event logging facilities
  158.   o introductory and sophisticated demo programs
  159.   o popup help database
  160.   o complete source code
  161.   o free technical support
  162.   o no royalties
  163.  
  164. Price and Shipping Info
  165. -----------------------
  166. Async Professional 2.0 requires Turbo Pascal 6.0 or 7.0. When using
  167. Borland Pascal 7.0, Async Professional supports DOS real mode and DOS
  168. protected mode applications, and the library can optionally be used in
  169. DLL format. PC-DOS or MS-DOS 3.0 or later and an IBM AT, PS/2, or
  170. compatible are required.
  171.  
  172. The list price for Async Professional is $199. Version 2.0 is
  173. available for immediate shipment. Upgrades from earlier Async
  174. Professional versions are available for $79 plus shipping.
  175.  
  176. TurboPower Software offers the Electronic Maintenance System, which
  177. delivers maintenance updates at no charge other than the cost of a
  178. download. More information about the EMS is available in the file
  179. UPDATE.TXT.
  180.  
  181. For more information, or to order, call 1-800-333-4160 from 9 a.m. to
  182. 5 p.m. Mountain time, or write to TurboPower Software, P.O. Box 49009,
  183. Colorado Springs, CO 80949. International customers call 719-260-9136.
  184. Send faxes to 719-260-7151. Send CompuServe mail to 76004,2611. Visit
  185. our CompuServe area in PCVENB section 6. We accept MasterCard, Visa,
  186. American Express, Discover, a check in U.S. funds drawn on a U.S.
  187. bank, or COD (within U.S. only).
  188.  
  189.   Version 2.0
  190.   3.5" media only
  191.   Weight 3.0 pounds
  192.   Price $199 plus shipping
  193.       FedEx Economy   $10     U.S. only                 (2 days)
  194.       Airmail          $5     U.S. only                 (3-10 days)
  195.       Airmail         $10     Canada only               (3-10 days)
  196.       Airmail         $20     Elsewhere                 (7-21 days)
  197.